func os.rootChown

2 uses

	os (current package)
		root.go#L171: 	return rootChown(r, name, uid, gid)
		root_openat.go#L78: func rootChown(r *Root, name string, uid, gid int) error {